home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000367_news@columbia.edu _Fri Dec 17 19:35:43 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA22221
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 17 Dec 1999 19:35:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA05544
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 17 Dec 1999 19:33:49 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: jrd@cc.usu.edu (Joe Doupnik)
  10. Subject: Re: Timeout / retry on send
  11. Message-ID: <r4xEhJg$sB99@cc.usu.edu>
  12. Date: 17 Dec 99 17:00:29 MDT
  13. Organization: Utah State University
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <s5lfivgfqrs166@corp.supernews.com>, "Steve Baus" <steve@baus-systems.com> writes:
  17. > I guess my concern on setting the retries to something fairly small like 2
  18. > or 3 would be with a large file and somewhat noisy line, I may get a number
  19. > of retries over the whole file.  So if the file is 150K in size and I get a
  20. > retry ever 30K then I abort before it completes.  Is there a way to have the
  21. > retry counter reset back to zero if I do get back on track during the
  22. > transfer or maybe better is there a way to abort the Kermit Send if the
  23. > phone line disconnects?
  24. > Thanks,
  25. > Steve
  26. --------
  27.     Retry count limits are per Kermit packet.
  28.     Enabling Carrier Detection should produce a failure signal in MSK
  29. when the line goes away.
  30.     Joe D.